1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmVoucher
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim Label5 As System.Windows.Forms.Label
27         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVoucher))
33         Me.Panel1 = New System.Windows.Forms.Panel()
34         Me.DataGridView1 = New System.Windows.Forms.DataGridView()
35         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
38         Me.Panel3 = New System.Windows.Forms.Panel()
39         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
40         Me.Label31 = New System.Windows.Forms.Label()
41         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
42         Me.Label14 = New System.Windows.Forms.Label()
43         Me.cmbSchoolName = New System.Windows.Forms.ComboBox()
44         Me.Label4 = New System.Windows.Forms.Label()
45         Me.txtDetails = New System.Windows.Forms.TextBox()
46         Me.txtName = New System.Windows.Forms.TextBox()
47         Me.Label3 = New System.Windows.Forms.Label()
48         Me.dtpDate = New System.Windows.Forms.DateTimePicker()
49         Me.txtVoucherNo = New System.Windows.Forms.TextBox()
50         Me.Label2 = New System.Windows.Forms.Label()
51         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
52         Me.btnRemove = New System.Windows.Forms.Button()
53         Me.txtNotes = New System.Windows.Forms.TextBox()
54         Me.txtParticulars = New System.Windows.Forms.TextBox()
55         Me.Label8 = New System.Windows.Forms.Label()
56         Me.Label11 = New System.Windows.Forms.Label()
57         Me.btnAdd = New System.Windows.Forms.Button()
58         Me.Label12 = New System.Windows.Forms.Label()
59         Me.txtAmount = New System.Windows.Forms.TextBox()
60         Me.Panel4 = New System.Windows.Forms.Panel()
61         Me.btnPrint = New System.Windows.Forms.Button()
62         Me.btnGetData = New System.Windows.Forms.Button()
63         Me.btnDelete = New System.Windows.Forms.Button()
64         Me.btnClose = New System.Windows.Forms.Button()
65         Me.btnUpdate = New System.Windows.Forms.Button()
66         Me.btnSave = New System.Windows.Forms.Button()
67         Me.btnNew = New System.Windows.Forms.Button()
68         Me.Panel2 = New System.Windows.Forms.Panel()
69         Me.txtSchoolID = New System.Windows.Forms.TextBox()
70         Me.Label1 = New System.Windows.Forms.Label()
71         Me.txtVoucherID = New System.Windows.Forms.TextBox()
72         Me.lblUser = New System.Windows.Forms.Label()
73         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
74         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
75         Label5 = New System.Windows.Forms.Label()
76         Me.Panel1.SuspendLayout()
77         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
78         Me.Panel3.SuspendLayout()
79         Me.GroupBox4.SuspendLayout()
80         Me.GroupBox2.SuspendLayout()
81         Me.Panel4.SuspendLayout()
82         Me.Panel2.SuspendLayout()
83         Me.SuspendLayout()
84         
'
85         
'Label5
86         
'
87         Label5.AutoSize = True
88         Label5.ForeColor = System.Drawing.Color.Black
89         Label5.Location = New System.Drawing.Point(
26, 26)
90         Label5.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
91         Label5.Name =
"Label5"
92         Label5.Size = New System.Drawing.Size(
73, 13)
93         Label5.TabIndex =
268
94         Label5.Text =
"Voucher No. :"
95         
'
96         
'Panel1
97         
'
98         Me.Panel1.BackColor = System.Drawing.Color.White
99         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
100         Me.Panel1.Controls.Add(Me.DataGridView1)
101         Me.Panel1.Controls.Add(Me.Panel3)
102         Me.Panel1.Controls.Add(Me.GroupBox4)
103         Me.Panel1.Controls.Add(Me.GroupBox2)
104         Me.Panel1.Controls.Add(Me.Panel4)
105         Me.Panel1.Controls.Add(Me.Panel2)
106         Me.Panel1.Location = New System.Drawing.Point(
9, 15)
107         Me.Panel1.Name =
"Panel1"
108         Me.Panel1.Size = New System.Drawing.Size(
693, 665)
109         Me.Panel1.TabIndex =
2
110         
'
111         
'DataGridView1
112         
'
113         Me.DataGridView1.AllowUserToAddRows = False
114         Me.DataGridView1.AllowUserToDeleteRows = False
115         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
116         Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
117         Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
118         Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
119         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
120         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
121         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
123         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
124         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
125         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
126         Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
127         Me.DataGridView1.ColumnHeadersHeight =
24
128         Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
129         Me.DataGridView1.Cursor = System.Windows.Forms.Cursors.Hand
130         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
131         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
132         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
134         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
135         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
136         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
137         Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle3
138         Me.DataGridView1.EnableHeadersVisualStyles = False
139         Me.DataGridView1.GridColor = System.Drawing.Color.White
140         Me.DataGridView1.Location = New System.Drawing.Point(
9, 433)
141         Me.DataGridView1.Name =
"DataGridView1"
142         Me.DataGridView1.ReadOnly = True
143         Me.DataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
144         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
145         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
146         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
148         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
149         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
150         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
151         Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
152         Me.DataGridView1.RowHeadersWidth =
25
153         Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
154         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
155         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
156         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
157         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
158         Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle5
159         Me.DataGridView1.RowTemplate.Height =
18
160         Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
161         Me.DataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
162         Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
163         Me.DataGridView1.Size = New System.Drawing.Size(
429, 220)
164         Me.DataGridView1.TabIndex =
2
165         
'
166         
'Column1
167         
'
168         Me.Column1.HeaderText =
"Particulars"
169         Me.Column1.Name =
"Column1"
170         Me.Column1.ReadOnly = True
171         Me.Column1.Width =
200
172         
'
173         
'Column2
174         
'
175         Me.Column2.HeaderText =
"Amount"
176         Me.Column2.Name =
"Column2"
177         Me.Column2.ReadOnly = True
178         
'
179         
'Column3
180         
'
181         Me.Column3.HeaderText =
"Notes"
182         Me.Column3.Name =
"Column3"
183         Me.Column3.ReadOnly = True
184         
'
185         
'Panel3
186         
'
187         Me.Panel3.BackColor = System.Drawing.Color.Transparent
188         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
189         Me.Panel3.Controls.Add(Me.txtGrandTotal)
190         Me.Panel3.Controls.Add(Me.Label31)
191         Me.Panel3.Location = New System.Drawing.Point(
444, 599)
192         Me.Panel3.Name =
"Panel3"
193         Me.Panel3.Size = New System.Drawing.Size(
176, 54)
194         Me.Panel3.TabIndex =
307
195         
'
196         
'txtGrandTotal
197         
'
198         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.txtGrandTotal.Location = New System.Drawing.Point(
85, 23)
200         Me.txtGrandTotal.Name =
"txtGrandTotal"
201         Me.txtGrandTotal.ReadOnly = True
202         Me.txtGrandTotal.Size = New System.Drawing.Size(
80, 20)
203         Me.txtGrandTotal.TabIndex =
5
204         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
205         
'
206         
'Label31
207         
'
208         Me.Label31.AutoSize = True
209         Me.Label31.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
210         Me.Label31.Location = New System.Drawing.Point(
10, 23)
211         Me.Label31.Name =
"Label31"
212         Me.Label31.Size = New System.Drawing.Size(
69, 13)
213         Me.Label31.TabIndex =
84
214         Me.Label31.Text =
"Grand Total :"
215         
'
216         
'GroupBox4
217         
'
218         Me.GroupBox4.Controls.Add(Me.Label14)
219         Me.GroupBox4.Controls.Add(Me.cmbSchoolName)
220         Me.GroupBox4.Controls.Add(Me.Label4)
221         Me.GroupBox4.Controls.Add(Me.txtDetails)
222         Me.GroupBox4.Controls.Add(Me.txtName)
223         Me.GroupBox4.Controls.Add(Me.Label3)
224         Me.GroupBox4.Controls.Add(Me.dtpDate)
225         Me.GroupBox4.Controls.Add(Me.txtVoucherNo)
226         Me.GroupBox4.Controls.Add(Me.Label2)
227         Me.GroupBox4.Controls.Add(Label5)
228         Me.GroupBox4.Location = New System.Drawing.Point(
9, 79)
229         Me.GroupBox4.Name =
"GroupBox4"
230         Me.GroupBox4.Size = New System.Drawing.Size(
364, 199)
231         Me.GroupBox4.TabIndex =
0
232         Me.GroupBox4.TabStop = False
233         Me.GroupBox4.Text =
"Voucher Info"
234         
'
235         
'Label14
236         
'
237         Me.Label14.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
238             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
239         Me.Label14.AutoSize = True
240         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.Label14.ForeColor = System.Drawing.Color.Black
242         Me.Label14.Location = New System.Drawing.Point(
26, 170)
243         Me.Label14.Name =
"Label14"
244         Me.Label14.Size = New System.Drawing.Size(
77, 13)
245         Me.Label14.TabIndex =
341
246         Me.Label14.Text =
"School Name :"
247         
'
248         
'cmbSchoolName
249         
'
250         Me.cmbSchoolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
251         Me.cmbSchoolName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         Me.cmbSchoolName.FormattingEnabled = True
253         Me.cmbSchoolName.Location = New System.Drawing.Point(
121, 170)
254         Me.cmbSchoolName.Name =
"cmbSchoolName"
255         Me.cmbSchoolName.Size = New System.Drawing.Size(
229, 23)
256         Me.cmbSchoolName.TabIndex =
340
257         
'
258         
'Label4
259         
'
260         Me.Label4.AutoSize = True
261         Me.Label4.Location = New System.Drawing.Point(
26, 98)
262         Me.Label4.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
263         Me.Label4.Name =
"Label4"
264         Me.Label4.Size = New System.Drawing.Size(
45, 13)
265         Me.Label4.TabIndex =
339
266         Me.Label4.Text =
"Details :"
267         
'
268         
'txtDetails
269         
'
270         Me.txtDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
271         Me.txtDetails.Location = New System.Drawing.Point(
121, 100)
272         Me.txtDetails.Multiline = True
273         Me.txtDetails.Name =
"txtDetails"
274         Me.txtDetails.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
275         Me.txtDetails.Size = New System.Drawing.Size(
229, 64)
276         Me.txtDetails.TabIndex =
3
277         
'
278         
'txtName
279         
'
280         Me.txtName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
281         Me.txtName.Location = New System.Drawing.Point(
121, 75)
282         Me.txtName.Name =
"txtName"
283         Me.txtName.Size = New System.Drawing.Size(
229, 20)
284         Me.txtName.TabIndex =
2
285         
'
286         
'Label3
287         
'
288         Me.Label3.AutoSize = True
289         Me.Label3.Location = New System.Drawing.Point(
26, 75)
290         Me.Label3.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
291         Me.Label3.Name =
"Label3"
292         Me.Label3.Size = New System.Drawing.Size(
41, 13)
293         Me.Label3.TabIndex =
336
294         Me.Label3.Text =
"Name :"
295         
'
296         
'dtpDate
297         
'
298         Me.dtpDate.CustomFormat =
"dd/MMM/yyyy"
299         Me.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
300         Me.dtpDate.Location = New System.Drawing.Point(
121, 51)
301         Me.dtpDate.Margin = New System.Windows.Forms.Padding(
2)
302         Me.dtpDate.Name =
"dtpDate"
303         Me.dtpDate.Size = New System.Drawing.Size(
111, 20)
304         Me.dtpDate.TabIndex =
1
305         
'
306         
'txtVoucherNo
307         
'
308         Me.txtVoucherNo.Location = New System.Drawing.Point(
121, 26)
309         Me.txtVoucherNo.Name =
"txtVoucherNo"
310         Me.txtVoucherNo.ReadOnly = True
311         Me.txtVoucherNo.Size = New System.Drawing.Size(
111, 20)
312         Me.txtVoucherNo.TabIndex =
0
313         
'
314         
'Label2
315         
'
316         Me.Label2.AutoSize = True
317         Me.Label2.Location = New System.Drawing.Point(
26, 51)
318         Me.Label2.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
319         Me.Label2.Name =
"Label2"
320         Me.Label2.Size = New System.Drawing.Size(
36, 13)
321         Me.Label2.TabIndex =
335
322         Me.Label2.Text =
"Date :"
323         
'
324         
'GroupBox2
325         
'
326         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
327         Me.GroupBox2.Controls.Add(Me.btnRemove)
328         Me.GroupBox2.Controls.Add(Me.txtNotes)
329         Me.GroupBox2.Controls.Add(Me.txtParticulars)
330         Me.GroupBox2.Controls.Add(Me.Label8)
331         Me.GroupBox2.Controls.Add(Me.Label11)
332         Me.GroupBox2.Controls.Add(Me.btnAdd)
333         Me.GroupBox2.Controls.Add(Me.Label12)
334         Me.GroupBox2.Controls.Add(Me.txtAmount)
335         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         Me.GroupBox2.Location = New System.Drawing.Point(
9, 278)
337         Me.GroupBox2.Name =
"GroupBox2"
338         Me.GroupBox2.Size = New System.Drawing.Size(
549, 150)
339         Me.GroupBox2.TabIndex =
1
340         Me.GroupBox2.TabStop = False
341         Me.GroupBox2.Text =
"Other Details"
342         
'
343         
'btnRemove
344         
'
345         Me.btnRemove.Cursor = System.Windows.Forms.Cursors.Hand
346         Me.btnRemove.Enabled = False
347         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Popup
348         Me.btnRemove.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
349         Me.btnRemove.Location = New System.Drawing.Point(
449, 23)
350         Me.btnRemove.Name =
"btnRemove"
351         Me.btnRemove.Size = New System.Drawing.Size(
90, 24)
352         Me.btnRemove.TabIndex =
4
353         Me.btnRemove.Text =
"Remove"
354         Me.btnRemove.UseVisualStyleBackColor = True
355         
'
356         
'txtNotes
357         
'
358         Me.txtNotes.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
359         Me.txtNotes.Location = New System.Drawing.Point(
121, 77)
360         Me.txtNotes.Multiline = True
361         Me.txtNotes.Name =
"txtNotes"
362         Me.txtNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
363         Me.txtNotes.Size = New System.Drawing.Size(
229, 64)
364         Me.txtNotes.TabIndex =
2
365         
'
366         
'txtParticulars
367         
'
368         Me.txtParticulars.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
369         Me.txtParticulars.Location = New System.Drawing.Point(
121, 23)
370         Me.txtParticulars.Name =
"txtParticulars"
371         Me.txtParticulars.Size = New System.Drawing.Size(
229, 20)
372         Me.txtParticulars.TabIndex =
0
373         
'
374         
'Label8
375         
'
376         Me.Label8.AutoSize = True
377         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
378         Me.Label8.Location = New System.Drawing.Point(
22, 26)
379         Me.Label8.Name =
"Label8"
380         Me.Label8.Size = New System.Drawing.Size(
62, 13)
381         Me.Label8.TabIndex =
95
382         Me.Label8.Text =
"Particulars :"
383         
'
384         
'Label11
385         
'
386         Me.Label11.AutoSize = True
387         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
388         Me.Label11.Location = New System.Drawing.Point(
22, 77)
389         Me.Label11.Name =
"Label11"
390         Me.Label11.Size = New System.Drawing.Size(
41, 13)
391         Me.Label11.TabIndex =
89
392         Me.Label11.Text =
"Notes :"
393         
'
394         
'btnAdd
395         
'
396         Me.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand
397         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup
398         Me.btnAdd.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
399         Me.btnAdd.Location = New System.Drawing.Point(
356, 23)
400         Me.btnAdd.Name =
"btnAdd"
401         Me.btnAdd.Size = New System.Drawing.Size(
90, 24)
402         Me.btnAdd.TabIndex =
3
403         Me.btnAdd.Text =
"&Add To Grid"
404         Me.btnAdd.UseVisualStyleBackColor = True
405         
'
406         
'Label12
407         
'
408         Me.Label12.AutoSize = True
409         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
410         Me.Label12.Location = New System.Drawing.Point(
22, 52)
411         Me.Label12.Name =
"Label12"
412         Me.Label12.Size = New System.Drawing.Size(
49, 13)
413         Me.Label12.TabIndex =
87
414         Me.Label12.Text =
"Amount :"
415         
'
416         
'txtAmount
417         
'
418         Me.txtAmount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
419         Me.txtAmount.Location = New System.Drawing.Point(
121, 50)
420         Me.txtAmount.Name =
"txtAmount"
421         Me.txtAmount.Size = New System.Drawing.Size(
84, 20)
422         Me.txtAmount.TabIndex =
1
423         Me.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
424         
'
425         
'Panel4
426         
'
427         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
428         Me.Panel4.Controls.Add(Me.btnPrint)
429         Me.Panel4.Controls.Add(Me.btnGetData)
430         Me.Panel4.Controls.Add(Me.btnDelete)
431         Me.Panel4.Controls.Add(Me.btnClose)
432         Me.Panel4.Controls.Add(Me.btnUpdate)
433         Me.Panel4.Controls.Add(Me.btnSave)
434         Me.Panel4.Controls.Add(Me.btnNew)
435         Me.Panel4.Location = New System.Drawing.Point(
570, 79)
436         Me.Panel4.Name =
"Panel4"
437         Me.Panel4.Size = New System.Drawing.Size(
111, 232)
438         Me.Panel4.TabIndex =
3
439         
'
440         
'btnPrint
441         
'
442         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
443         Me.btnPrint.Enabled = False
444         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
445         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
446         Me.btnPrint.Location = New System.Drawing.Point(
13, 164)
447         Me.btnPrint.Name =
"btnPrint"
448         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
449         Me.btnPrint.TabIndex =
5
450         Me.btnPrint.Text =
"Print"
451         Me.btnPrint.UseVisualStyleBackColor = True
452         
'
453         
'btnGetData
454         
'
455         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
456         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
457         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
458         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
459         Me.btnGetData.Name =
"btnGetData"
460         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
461         Me.btnGetData.TabIndex =
4
462         Me.btnGetData.Text =
"Get Data"
463         Me.btnGetData.UseVisualStyleBackColor = True
464         
'
465         
'btnDelete
466         
'
467         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
468         Me.btnDelete.Enabled = False
469         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
470         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
471         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
472         Me.btnDelete.Name =
"btnDelete"
473         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
474         Me.btnDelete.TabIndex =
3
475         Me.btnDelete.Text =
"Delete"
476         Me.btnDelete.UseVisualStyleBackColor = True
477         
'
478         
'btnClose
479         
'
480         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
481         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
482         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
483         Me.btnClose.Location = New System.Drawing.Point(
13, 194)
484         Me.btnClose.Name =
"btnClose"
485         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
486         Me.btnClose.TabIndex =
6
487         Me.btnClose.Text =
"Close"
488         Me.btnClose.UseVisualStyleBackColor = True
489         
'
490         
'btnUpdate
491         
'
492         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
493         Me.btnUpdate.Enabled = False
494         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
495         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
496         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
497         Me.btnUpdate.Name =
"btnUpdate"
498         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
499         Me.btnUpdate.TabIndex =
2
500         Me.btnUpdate.Text =
"Update"
501         Me.btnUpdate.UseVisualStyleBackColor = True
502         
'
503         
'btnSave
504         
'
505         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
506         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
507         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
508         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
509         Me.btnSave.Name =
"btnSave"
510         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
511         Me.btnSave.TabIndex =
1
512         Me.btnSave.Text =
"Save + Print"
513         Me.btnSave.UseVisualStyleBackColor = True
514         
'
515         
'btnNew
516         
'
517         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
518         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
519         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
520         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
521         Me.btnNew.Name =
"btnNew"
522         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
523         Me.btnNew.TabIndex =
0
524         Me.btnNew.Text =
"New"
525         Me.btnNew.UseVisualStyleBackColor = True
526         
'
527         
'Panel2
528         
'
529         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
530         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
531         Me.Panel2.Controls.Add(Me.txtSchoolID)
532         Me.Panel2.Controls.Add(Me.Label1)
533         Me.Panel2.Controls.Add(Me.txtVoucherID)
534         Me.Panel2.Controls.Add(Me.lblUser)
535         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
536         Me.Panel2.Name =
"Panel2"
537         Me.Panel2.Size = New System.Drawing.Size(
672, 62)
538         Me.Panel2.TabIndex =
0
539         
'
540         
'txtSchoolID
541         
'
542         Me.txtSchoolID.Location = New System.Drawing.Point(
68, 0)
543         Me.txtSchoolID.Name =
"txtSchoolID"
544         Me.txtSchoolID.Size = New System.Drawing.Size(
81, 20)
545         Me.txtSchoolID.TabIndex =
327
546         Me.txtSchoolID.Visible = False
547         
'
548         
'Label1
549         
'
550         Me.Label1.AutoSize = True
551         Me.Label1.BackColor = System.Drawing.Color.Transparent
552         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
553         Me.Label1.ForeColor = System.Drawing.Color.White
554         Me.Label1.Location = New System.Drawing.Point(
269, 18)
555         Me.Label1.Name =
"Label1"
556         Me.Label1.Size = New System.Drawing.Size(
90, 24)
557         Me.Label1.TabIndex =
0
558         Me.Label1.Text =
"Voucher"
559         
'
560         
'txtVoucherID
561         
'
562         Me.txtVoucherID.Location = New System.Drawing.Point(
68, 23)
563         Me.txtVoucherID.Name =
"txtVoucherID"
564         Me.txtVoucherID.Size = New System.Drawing.Size(
111, 20)
565         Me.txtVoucherID.TabIndex =
4
566         Me.txtVoucherID.Visible = False
567         
'
568         
'lblUser
569         
'
570         Me.lblUser.AutoSize = True
571         Me.lblUser.Location = New System.Drawing.Point(
193, 18)
572         Me.lblUser.Name =
"lblUser"
573         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
574         Me.lblUser.TabIndex =
5
575         Me.lblUser.Text =
"Label8"
576         Me.lblUser.Visible = False
577         
'
578         
'Timer1
579         
'
580         
'
581         
'frmVoucher
582         
'
583         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
584         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
585         Me.BackColor = System.Drawing.Color.DarkSlateGray
586         Me.ClientSize = New System.Drawing.Size(
713, 690)
587         Me.Controls.Add(Me.Panel1)
588         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
589         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
590         Me.MaximizeBox = False
591         Me.MinimizeBox = False
592         Me.Name =
"frmVoucher"
593         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
594         Me.Panel1.ResumeLayout(False)
595         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
596         Me.Panel3.ResumeLayout(False)
597         Me.Panel3.PerformLayout()
598         Me.GroupBox4.ResumeLayout(False)
599         Me.GroupBox4.PerformLayout()
600         Me.GroupBox2.ResumeLayout(False)
601         Me.GroupBox2.PerformLayout()
602         Me.Panel4.ResumeLayout(False)
603         Me.Panel2.ResumeLayout(False)
604         Me.Panel2.PerformLayout()
605         Me.ResumeLayout(False)
606
607     End Sub
608     Friend WithEvents Panel1 As System.Windows.Forms.Panel
609     Friend WithEvents Panel2 As System.Windows.Forms.Panel
610     Friend WithEvents Label1 As System.Windows.Forms.Label
611     Friend WithEvents txtVoucherID As System.Windows.Forms.TextBox
612     Friend WithEvents lblUser As System.Windows.Forms.Label
613     Friend WithEvents Panel4 As System.Windows.Forms.Panel
614     Friend WithEvents btnPrint As System.Windows.Forms.Button
615     Friend WithEvents btnGetData As System.Windows.Forms.Button
616     Friend WithEvents btnDelete As System.Windows.Forms.Button
617     Friend WithEvents btnClose As System.Windows.Forms.Button
618     Friend WithEvents btnUpdate As System.Windows.Forms.Button
619     Friend WithEvents btnSave As System.Windows.Forms.Button
620     Friend WithEvents btnNew As System.Windows.Forms.Button
621     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
622     Friend WithEvents Label8 As System.Windows.Forms.Label
623     Friend WithEvents Label11 As System.Windows.Forms.Label
624     Friend WithEvents btnAdd As System.Windows.Forms.Button
625     Friend WithEvents Label12 As System.Windows.Forms.Label
626     Friend WithEvents txtAmount As System.Windows.Forms.TextBox
627     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
628     Friend WithEvents dtpDate As System.Windows.Forms.DateTimePicker
629     Friend WithEvents txtVoucherNo As System.Windows.Forms.TextBox
630     Friend WithEvents Label2 As System.Windows.Forms.Label
631     Friend WithEvents Panel3 As System.Windows.Forms.Panel
632     Friend WithEvents txtGrandTotal As System.Windows.Forms.TextBox
633     Friend WithEvents Label31 As System.Windows.Forms.Label
634     Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
635     Friend WithEvents btnRemove As System.Windows.Forms.Button
636     Friend WithEvents Button1 As System.Windows.Forms.Button
637     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
638     Friend WithEvents Timer1 As System.Windows.Forms.Timer
639     Friend WithEvents Label3 As System.Windows.Forms.Label
640     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
641     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
642     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
643     Friend WithEvents Label4 As System.Windows.Forms.Label
644     Friend WithEvents txtDetails As System.Windows.Forms.TextBox
645     Friend WithEvents txtName As System.Windows.Forms.TextBox
646     Friend WithEvents txtNotes As System.Windows.Forms.TextBox
647     Friend WithEvents txtParticulars As System.Windows.Forms.TextBox
648     Friend WithEvents cmbSchoolName As System.Windows.Forms.ComboBox
649     Private WithEvents Label14 As System.Windows.Forms.Label
650     Friend WithEvents txtSchoolID As System.Windows.Forms.TextBox
651
652 End Class


Gõ tìm kiếm nhanh...